home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / oat / Makefile5.3 < prev    next >
Text File  |  1996-11-11  |  105b  |  11 lines

  1. SHELL = /bin/sh
  2.  
  3. all:
  4.     cd src; $(MAKE)
  5.  
  6. clean:
  7.     cd src; $(MAKE) clean
  8.  
  9. clobber:
  10.     cd src; $(MAKE) clobber
  11.